protocol buffers

protocol buffersprotocol buffers
  1. If memory efficiency and performance are significant , a parser that uses protocol buffers might be a better choice .

    如果内存效率和性能很重要,使用protocolbuffers的解析器可能是个较好的选择。

  2. The goal of Protocol buffers are the flexible , efficient , automated solution to solve exactly this problem .

    Protocolbuffers的目标就是针对这一问题的灵活,高效而自动的解决方案。

  3. With protocol buffers , you write a.proto description of the data structure you wish to store .

    利用protocolbuffers,你对需要存储的数据结构编写一个.proto描述文件。

  4. The user can specify the format to use for the data : XML , JSON , or protocol buffers .

    用户可以指定数据使用的格式:XML、JSON或protocolbuffers。

  5. Protocol buffers supports the following primitive datatypes that can be represented in " object " graphs

    Protocolbuffers支持如下的可以被“对象”图表达的基本数据类型

  6. With he menu , you can switch the data format between XML , JSON , or protocol buffers .

    通过菜单,您可以在XML、JSON或protocolbuffers数据格式间切换。

  7. Bar graph that compares data size by format : XML and JSON ( in raw or compressed state ) with protocol buffers

    柱状图比较了数据格式速度:XML、JSON和protocolbuffers

  8. For details on compiling protocol buffers messages into Java classes , consult the Protocol Buffers Developer Guide ( see Resources ) .

    有关将protocolbuffers消息编译成Java类的详细信息,请参阅ProtocolBuffersDeveloperGuide(参见参考资料)。

  9. For the protocol buffers case , you must generate code-reading and-writing objects in the protocol buffers format .

    对于protocolbuffers,您必须生成protocolbuffers格式的代码读写对象。

  10. Protocol buffers are a flexible , efficient , automated mechanism for serializing structured data – think XML , but smaller , faster , and simpler .

    protocolbuffers是一个灵活的,高效的,用于序列化结构化数据的自动机制-想想XML,但更小巧,快捷和简单。

  11. Protocol buffers is a language-agnostic data-serialization format developed by Google , designed to be faster than XML for sending data over a network .

    Protocolbuffers是一个由Google开发的与语言无关的数据串行化格式,旨在比XML更快地通过网络传送数据。

  12. You can often get similar message size with XML and JSON if you can enable gzip compression on both the client and server , but protocol buffers still offer some size advantages .

    如果在客户端和服务器端启用gzip压缩,在使用XML和JSON时通常也可以得到类似的消息大小,但是protocolbuffers仍然有一些大小上的优势。

  13. The protocol buffers message format , which is similar to the Interface Description Language ( IDL ), is meant to be language-independent so that you can use it with various languages .

    protocolbuffers消息格式类似于接口描述语言(IDL),它与语言无关,因此可以将其与各种语言一起使用。

  14. Google released a new version of protocol buffers – a language-neutral , platform-neutral , extensible way of serializing structured data for use in communications protocols , data storage , and more .

    一种可扩展的序列化结构化数据的方式,语言中立,平台中立并被用于通信协议,数据存储等许多方面。